Deployment
Preparation
Before deploying, make sure you have installed:
Deployment:
- First, clone the repository https://codeberg.org/Better_Look_Next_Time/Pandora.git with the command
sh
git clone https://codeberg.org/Better_Look_Next_Time/Pandora.gitAfter that, navigate to the directory using the
cdcommandInstall dependencies
sh
# In the root of the directory
bun install
# For backend
cd backend/ & bun install
# For frontend
cd frontend/ & bun install- After that, start Pandora:
sh
bun run devAnd go to http://localhost:3000
